home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi 2.0 - Programmer's Utilities Power Pack
/
Delphi 2.0 Programmer's Utilities Power Pack.iso
/
e_to_l
/
imlib201
/
simple.dpr
< prev
next >
Wrap
Text File
|
1996-09-15
|
163b
|
13 lines
program Simple;
uses
Forms,
Usimple in 'USIMPLE.PAS' {Form1};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.